home *** CD-ROM | disk | FTP | other *** search
/ Broadway Series Interactive Yearbook 2000 - 2001 / Broadway Series Interactive Yearbook 2000 - 2001.iso / mac / data / flash / loading.swf / scripts / frame_3 / DoAction.as
Text File  |  2000-12-12  |  329b  |  19 lines

  1. mstart = "1";
  2. mstop = "2";
  3. if(mstart.substr("1","1") eq "1")
  4. {
  5.    gotoAndStop("start");
  6.    play();
  7. }
  8. else if(mstart.substr("1","1") eq "2")
  9. {
  10.    nsecs = mstart.substr("3","3");
  11.    set("return","start");
  12.    gotoAndStop("wainnsec");
  13.    play();
  14. }
  15. else if(mstart.substr("1","1") eq "3")
  16. {
  17.    gotoAndStop("stop");
  18. }
  19.